home *** CD-ROM | disk | FTP | other *** search
- *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
- *
- * Name
- * Sample header 1.2
- *
- * Synopsis
- *
- * Function
- *
- * Inputs
- *
- * Result
- *
- * Notes
- *
- * Bugs
- *
- * Created : 4.9.95
- * Last change : 7.12.95
- *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
-
- *## For the Startup.asm:
-
- StartSkip = 1 ;0=WB/CLI, 1=CLI only (from AsmOne)
- Processor = 0 ;0/680x0/0x0/x0
- MathProc = 0 ;0/68881/68882/68040/68060
-
- *## Default includes:
-
- Incdir inc:
- Include Startup.asm
-
- dc.b "$VER: name v.r (date) "
- dc.b "Copyright © 1995 by MyName. All rights reserved. "
-
- ;delete lines which doesn't fit:
-
- dc.b "This program is freeware.",0
- dc.b "This program is shareware.",0
- dc.b "This program is private!",0
- dc.b "This program is commercial.",0
- even
- *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
- Init TaskName "MyTask"
- DefEnd
-
- Start
- *·············································································*
- Close Return 0
-